php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#201513 - 12/10/05 05:38 PM Re: [6.6 - 6.7] [beta] HyperCells
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
still didn't work... frown

Top
#201514 - 12/11/05 12:17 AM Re: [6.6 - 6.7] [beta] HyperCells
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I just discovered another glitch...

When clicking on the {Last Post} cell from the {Forum Summary} page, it takes you into that specific section, but not directly to the linked post, unless you specifically click on the text link.

For the purposes of the {Forum Summary} page, shouldn't there be a second set of parameters to pick up the secondary link..? It would be easy to do with onMouseOver & onClick stringss, but that defeats the purpose of having the global commands.

Top
#201515 - 12/24/05 10:58 AM Re: [6.6 - 6.7] [beta] HyperCells
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I just fixed the afore mentioned error...

public_forum_summary.pl


#### FIND ####

Code:
sub Normal_Table_Row {
	#HyperCells Hack
	#Get Correct Path for HyperCells link
	$HyperCellPath1 = "";
	if ($vars_style{HyperCells_Toggle} == 1) {
		$HyperCellPath1 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=forum;f=$x"}';"~;
	}
#### REPLACE WITH ####

Code:
sub Normal_Table_Row {
	#HyperCells Hack
	#Get Correct Path for HyperCells link
	$HyperCellPath1 = "";
	if ($vars_style{HyperCells_Toggle} == 1) {
		$HyperCellPath1 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=forum;f=$x"}';"~;
	}

	$HyperCellPath2 = "";
	if ($vars_style{HyperCells_Toggle} == 1) {
		$HyperCellPath2 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=get_topic;f=$x;t=$last_post_number$pglnk#"}';"~;
	}
#### FIND ####

Code:
	$Row .= qq~

<td bgcolor="$alt_color" nowrap="nowrap" valign="top" align="left" $alt_HyperCells$HyperCellPath>
#### REPLACE WITH ####
Code:
	$Row .= qq~

<td bgcolor="$alt_color" nowrap="nowrap" valign="top" align="left" $alt_HyperCells$HyperCellPath2>
To see it in action, visit www.gr-outdoors.com {FORUMS}

Top
#201516 - 12/24/05 12:53 PM Re: [6.6 - 6.7] [beta] HyperCells
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I now have the {SEARCH RESULTS} page functioning properly as well.. smile

:: public_search_results.pl ::

Replace this:
Code:
<td bgcolor="$vars_style{AltColumnColor1}" align="left">
With this:
Code:
<td bgcolor="$vars_style{AltColumnColor1}" align="left" $HyperCellInsert1 onclick="window.location.href='$url'">

Top
#201517 - 12/24/05 01:04 PM Re: [6.6 - 6.7] [beta] HyperCells
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I now have the {ACTIVE TOPICS} page functioning properly as well.. smile

:: public_daily_topics.pl ::

Replace this:
Code:
<td bgcolor="$vars_style{AltColumnColor1}" align="left">
With this:
Code:
<td bgcolor="$vars_style{AltColumnColor1}" align="left" $HyperCellInsert1 onclick="window.location.href='$ULTIMATEBB{"ubb=get_topic;f=$forum;t=$topic;p=$pagenum#$zline[1]"}'">

Top
#201518 - 12/24/05 01:08 PM Re: [6.6 - 6.7] [beta] HyperCells
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
It appears that all bugs have now been worked out with the code I've placed above, and I've also added the "HyperCells" feature to the {Active Topics} page...

Top
#201519 - 12/24/05 04:47 PM Re: [6.6 - 6.7] [beta] HyperCells
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Looks good tgreene
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
Page 2 of 2 < 1 2



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks